home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_n / nonlin20.zip / READ.ME < prev    next >
Text File  |  1992-11-16  |  4KB  |  81 lines

  1.  
  2.           ***  NONLIN -- Nonlinear Regression Analysis Program  ***
  3.  
  4. Nonlin allows you to perform statistical regression analyses to estimate the
  5. values of parameters for linear, multivariate, polynomial, and general nonlinear
  6. functions.  The regression analysis determines the values of the parameters
  7. which cause the function to best fit the observed data that you provide.  Nonlin
  8. allows you to specify the form of the function whose parameters are being
  9. estimated using ordinary algebraic notation.  In addition to determining the
  10. parameter estimates, Nonlin can be directed to generate an output file with
  11. predicted values and residuals.  It can also plot the observed values and the
  12. estimated function and the residual values.  In addition to performing
  13. regression analysis, Nonlin can also be used to find the root (zero value point)
  14. or minimum absolute value of a nonlinear expression.
  15.  
  16. Nonlin is a "shareware" product. You are welcome to make copies of this
  17. program and pass them on to friends or post this program on bulletin boards
  18. (in its original, unmodified form).
  19.  
  20. As a shareware product, you are granted a no-cost, trial period of 30 days
  21. during which you may evaluate Nonlin. If you find Nonlin to be useful,
  22. educational, and/or entertaining, and continue to use it beyond the 30 day
  23. trial period, you are required to compensate the author by sending the
  24. registration form printed in the REGISTER.DOC file with the appropriate
  25. registration fee to help cover the development and support of Nonlin.
  26.  
  27. In return for registering, you will be authorized to continue using Nonlin
  28. beyond the trial period and you will receive the most recent version of the
  29. program, a laser-printed, bound manual, and three months of support via
  30. telephone, mail, or CompuServe.  Your registration fee will be refunded if
  31. you encounter a serious bug that cannot be corrected.
  32.  
  33. Nonlin requires 512 KB of memory.  In order to use the opional PLOT command
  34. you must have a CGA, EGA, or VGA monitor.  An 80x87 numeric coprocessor
  35. greatly improves its execution speed, but is not required. Nonlin has been
  36. successfully run on dozens of computer types ranging from 8088's and laptops
  37. to 486's.  However, one user reported that it "hung up" while running on a
  38. Gateway brand computer. The author would appreciate receiving information
  39. about any computers on which Nonlin does not successfully operate.
  40.  
  41. The Nonlin system consists of the following files:
  42.  
  43. NONLIN.EXE   -- The executable program.
  44. NONLIN.DOC   -- Documentation file.
  45. REGISTER.DOC -- Form to register and order latest version of Nonlin.
  46. NONLIN.FON   -- Font file used if you request a plot.
  47. NONLIN.LJF   -- HP LaserJet font file used if you print a plot.
  48.      *.NLR   -- Example command files.
  49.  
  50. To install Nonlin, copy the files into the directory of your choice. If you do
  51. not plan to generated hard copy output for a LaserJet printer, you may delete
  52. the NONLIN.LJF file. If the NONLIN.FON and NONLIN.LJF files are not in your
  53. current directory, you must place a command of the following form in your
  54. AUTOEXEC.BAT file to tell Nonlin where to look for its font files:
  55.  
  56. SET NONLIN=directory
  57.  
  58. Where "directory" is the name of the device and directory where the files are
  59. located. For example, if the files are located in a directory named NONLIN on
  60. the C disk, the following command could be used:
  61.  
  62. SET NONLIN=C:\NONLIN
  63.  
  64. Once Nonlin has been installed, it can be started using a DOS command
  65. of the form:
  66.  
  67. NONLIN command_file
  68.  
  69. where "command_file" is the name of a file containing Nonlin commands that
  70. control the analysis.
  71.  
  72. If you are anxious to try Nonlin, run some of the examples by using
  73. the following commands:
  74.  
  75. NONLIN F33YEAR
  76. NONLIN F33EXP
  77. NONLIN MAGNET
  78. NONLIN COOLING
  79.  
  80. Read or print the NONLIN.DOC file for further information.
  81.